home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-01 | 640 b | 20 lines | [TEXT/KAHL] |
- // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
- // All rights reserved. This code is owned by Stuart Cheshire and is donated
- // free of charge for non-commercial use. You may not use this code in any
- // product sold for commercial profit, except shareware priced at $25 or less.
-
- #include <Types.h>
- #include <Menus.h>
- #include <Dialogs.h>
-
- import MenuHandle AppleMenu;
- import MenuHandle FileMenu;
- import MenuHandle EditMenu;
- import MenuHandle BFMenu;
-
- import Boolean WNE_Busy;
- import Boolean WNE_Intensive;
-
- import OSErr openwindow(void);
- import Boolean handle_next_event(ModalFilterProcPtr FilterProc, short *item);
-